Skip to content

🚀 Add Build with Claude docs: Complete prompt engineering curriculum - #345

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
feat/build-with-claude-docs
Sep 12, 2025
Merged

🚀 Add Build with Claude docs: Complete prompt engineering curriculum#345
claude-yolo[bot] merged 1 commit into
mainfrom
feat/build-with-claude-docs

Conversation

@lroolle

@lroolle lroolle commented Sep 12, 2025

Copy link
Copy Markdown
Member

Summary

  • Add build-with-claude documentation fetching to scripts
  • Include 28 prompt engineering and feature documents
  • Update CLAUDE.md with organized references

Changes

  • Modified scripts/fetchccdocs.sh to fetch build-with-claude docs
  • Added new content/build-with-claude/ directory structure
  • Updated metadata to track 4 sources instead of 3

Testing

  • Ran fetch script successfully
  • All 28 documents downloaded (100% success rate)

Closes #343

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings September 12, 2025 06:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds comprehensive documentation fetching capabilities for Anthropic's "build-with-claude" content to the Claude Code documentation repository. The changes enhance the documentation scope by including 28 prompt engineering and feature documents alongside existing Claude Code documentation.

  • Enhanced fetchccdocs.sh script to fetch build-with-claude documentation from a new source
  • Added systematic directory structure for organizing the new documentation content
  • Updated metadata tracking to reflect the expanded scope from 3 to 4 documentation sources

Reviewed Changes

Copilot reviewed 34 out of 35 changed files in this pull request and generated 1 comment.

File Description
scripts/fetchccdocs.sh Enhanced to fetch and process build-with-claude docs with new directory structure and metadata tracking
content/release-notes/CHANGELOG.md Updated with latest Claude Code version 1.0.112 release notes
content/claude-code-manifest.json Version bump to 1.0.112 with updated package metadata
content/build-with-claude/ New documentation files covering vision, token counting, streaming, search results, and prompt engineering
Comments suppressed due to low confidence (1)

scripts/fetchccdocs.sh:1

  • Line 359 is missing the BUILD_FAIL variable in the calculation. The FAIL calculation should include all four source types for consistency with the SUCCESS calculation.
#!/bin/bash

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread scripts/fetchccdocs.sh
"by_url": $BY_URL_JSON,
"summary": {
"total_sources": 3,
"total_sources": 4,

Copilot AI Sep 12, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The hardcoded source count should be calculated dynamically from the actual number of sources defined in the JSON structure to avoid maintenance issues when adding or removing sources.

Copilot uses AI. Check for mistakes.
@claude-yolo claude-yolo Bot changed the title feat: add build-with-claude documentation section 🚀 Add Build with Claude docs: Complete prompt engineering curriculum Sep 12, 2025
- Update fetchccdocs.sh to fetch build-with-claude docs
- Add 28 prompt engineering and feature documents
- Update CLAUDE.md with organized documentation references

Closes #343

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@claude-yolo
claude-yolo Bot force-pushed the feat/build-with-claude-docs branch from 128f15c to 5d18f77 Compare September 12, 2025 06:41
@claude-yolo
claude-yolo Bot merged commit 138a50f into main Sep 12, 2025
@claude-yolo
claude-yolo Bot deleted the feat/build-with-claude-docs branch September 12, 2025 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add build-with-claude section from Anthropic docs

3 participants